type net/http.unencryptedHTTP2Request
4 uses
net/http (current package)
server.go#L2149: type unencryptedHTTP2Request struct {
server.go#L2155: func (h unencryptedHTTP2Request) BaseContext() context.Context { return h.ctx }
server.go#L2157: func (h unencryptedHTTP2Request) ServeHTTP(rw ResponseWriter, req *Request) {
server.go#L2204: h := unencryptedHTTP2Request{ctx, c.rwc, serverHandler{c.server}}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)